Defer publish of recent change for log entries
authorcenarium <cenarium.sysop@gmail.com>
Tue, 23 Feb 2016 02:16:42 +0000 (03:16 +0100)
committerAaron Schulz <aschulz@wikimedia.org>
Tue, 6 Sep 2016 20:52:57 +0000 (13:52 -0700)
commit51c0f192ea7dc229a10bf1d9d723a8a2e5251c4a
tree5223603d2cd5d9573a94058341dd483149107a61
parent609cc5702dbde00857dd0caa604e795b4d05383f
Defer publish of recent change for log entries

This defers the publish function of ManualLogEntry, which includes
saving the recent change to the db, notification of feeds, auto-patrol
and addition of change tags. This way, end users no longer have to wait
for those actions to conclude for the request to complete.

Bug: T127852
Change-Id: Ida86b7a7383d12695be28338c69b93e8e86d82c9
includes/logging/LogEntry.php